home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mnt104pc / diffs next >
Text File  |  1993-03-17  |  5KB  |  194 lines

  1. diff -c -r ..\orig/bios.c ./bios.c
  2. *** ..\orig/bios.c    Mon Mar  8 13:37:04 1993
  3. --- ./bios.c    Tue Mar 16 15:32:42 1993
  4. ***************
  5. *** 945,950 ****
  6. --- 945,952 ----
  7.               unhook(v, where);
  8.           }
  9.       }
  10. + #else
  11. +     UNUSED(start); UNUSED(end);
  12.   #endif
  13.   }
  14.   
  15. diff -c -r ..\orig/main.c ./main.c
  16. *** ..\orig/main.c    Mon Mar  8 13:39:46 1993
  17. --- ./main.c    Tue Mar 16 15:39:48 1993
  18. ***************
  19. *** 279,285 ****
  20.   #else
  21.       Mshrink((void *)basepage, 512L);
  22.   #endif
  23. !     r = Pexec(200, init_prg, init_tail, init_env);
  24.       Pterm(r);
  25.   }
  26.   
  27. --- 279,285 ----
  28.   #else
  29.       Mshrink((void *)basepage, 512L);
  30.   #endif
  31. !     r = (int) Pexec(200, (char *)init_prg, init_tail, init_env);
  32.       Pterm(r);
  33.   }
  34.   
  35. diff -c -r ..\orig/mem.c ./mem.c
  36. *** ..\orig/mem.c    Mon Mar  8 13:40:10 1993
  37. --- ./mem.c    Tue Mar 16 15:47:46 1993
  38. ***************
  39. *** 254,260 ****
  40.           if (temp) {
  41.               (void)Setscreen((void *)-1L,
  42.                       (void *)((temp+511)&(0xffffff00L)), -1);
  43. !             if ((long)Physbase() != (temp+511)&(0xffffff00L)) {
  44.                   scrnsize = 0x7fffffffUL;
  45.                   scrndone = 1;
  46.               }
  47. --- 254,260 ----
  48.           if (temp) {
  49.               (void)Setscreen((void *)-1L,
  50.                       (void *)((temp+511)&(0xffffff00L)), -1);
  51. !             if ((long)Physbase() != ((temp+511)&(0xffffff00L))) {
  52.                   scrnsize = 0x7fffffffUL;
  53.                   scrndone = 1;
  54.               }
  55. ***************
  56. *** 1626,1631 ****
  57. --- 1626,1633 ----
  58.               m->links, m->next);
  59.           m = m->next;
  60.       }
  61. + #else
  62. +     UNUSED(map);
  63.   #endif
  64.   }
  65.   
  66. diff -c -r ..\orig/memprot.c ./memprot.c
  67. *** ..\orig/memprot.c    Mon Mar  8 13:40:26 1993
  68. --- ./memprot.c    Tue Mar 16 15:56:14 1993
  69. ***************
  70. *** 103,109 ****
  71.   /*
  72.    * PMMU stuff
  73.    */
  74. ! #if 1
  75.   #define flush_pmmu(start, end) __asm("pflusha")
  76.   #else
  77.   /* in cpu.spp is a new "cpush" function that can selectively flush
  78. --- 103,109 ----
  79.   /*
  80.    * PMMU stuff
  81.    */
  82. ! #ifndef __TURBOC__
  83.   #define flush_pmmu(start, end) __asm("pflusha")
  84.   #else
  85.   /* in cpu.spp is a new "cpush" function that can selectively flush
  86. diff -c -r ..\orig/purec/makefile ./purec/makefile
  87. *** ..\orig/purec/makefile    Sat Jan 23 16:26:34 1993
  88. --- ./purec/makefile    Wed Mar 17 15:18:56 1993
  89. ***************
  90. *** 26,37 ****
  91.   YTABH = asm_tab.h
  92.   
  93.   # here are defs for the cross compiler
  94. ! # MiNT must be compiled with 16 bit integers
  95.   
  96.   CC = cc -g
  97.   AS = cc -Wa,-3 -Wa,-8 -Wa,-S -c
  98. ! MODEL = -W0,-2
  99. ! MODEL030 = -Wc
  100.   LIBS = -lpctoslib.lib
  101.   
  102.   # add -DMULTITOS for a MultiTOS kernel
  103. --- 26,37 ----
  104.   YTABH = asm_tab.h
  105.   
  106.   # here are defs for the cross compiler
  107. ! # MiNT must be compiled with 16 bit integers (pcc alway uses 16bit ints)
  108.   
  109.   CC = cc -g
  110.   AS = cc -Wa,-3 -Wa,-8 -Wa,-S -c
  111. ! MODEL =
  112. ! MODEL030 = -W0,-2
  113.   LIBS = -lpctoslib.lib
  114.   
  115.   # add -DMULTITOS for a MultiTOS kernel
  116. ***************
  117. *** 90,96 ****
  118.   bios.o: inline.h
  119.   
  120.   memprot.o: memprot.c mint.h proc.h file.h
  121. !     $(CC) $(CFLAGS) -m68020 -c memprot.c
  122.   
  123.   main.o0: version.h
  124.   welcome.o0: version.h
  125. --- 90,96 ----
  126.   bios.o: inline.h
  127.   
  128.   memprot.o: memprot.c mint.h proc.h file.h
  129. !     $(CC) $(CFLAGS) -W0,-2 -c memprot.c
  130.   
  131.   main.o0: version.h
  132.   welcome.o0: version.h
  133. ***************
  134. *** 164,174 ****
  135.   .SUFFIXES: .spp .o0
  136.   
  137.   .spp.o:
  138. !     $(ATRANS) $(DEFS) -gas -o $*.s $<
  139.       $(AS) $(ASFLAGS) -o $@ -c $*.s
  140.       $(RM) $*.s
  141.   .spp.o0:
  142. !     $(ATRANS) $(DEFS030) -gas -o $*.s $<
  143.       $(AS) $(ASFLAGS0) -o $@ -c $*.s
  144.       $(RM) $*.s
  145.   .c.o0:
  146. --- 164,174 ----
  147.   .SUFFIXES: .spp .o0
  148.   
  149.   .spp.o:
  150. !     $(ATRANS) $(DEFS) -purec -o $*.s $<
  151.       $(AS) $(ASFLAGS) -o $@ -c $*.s
  152.       $(RM) $*.s
  153.   .spp.o0:
  154. !     $(ATRANS) $(DEFS030) -purec -o $*.s $<
  155.       $(AS) $(ASFLAGS0) -o $@ -c $*.s
  156.       $(RM) $*.s
  157.   .c.o0:
  158. diff -c -r ..\orig/purec/osbind.h ./purec/osbind.h
  159. *** ..\orig/purec/osbind.h    Mon Oct 19 10:38:08 1992
  160. --- ./purec/osbind.h    Tue Mar 16 16:46:50 1993
  161. ***************
  162. *** 185,190 ****
  163. --- 185,194 ----
  164.   extern BASPAG *_BasPag;
  165.   extern long _PgmSize;
  166.   
  167. + long    gemdos( void, ... );
  168. + long    bios( void, ... );
  169. + long    xbios( void, ... );
  170.   /****** Tos *************************************************************/
  171.   
  172.   void    Pterm0( void );
  173. diff -c -r ..\orig/purec/puremint.txt ./purec/puremint.txt
  174. *** ..\orig/purec/puremint.txt    Sat Jan 23 16:24:30 1993
  175. --- ./purec/puremint.txt    Wed Mar 17 15:18:42 1993
  176. ***************
  177. *** 1,7 ****
  178. ! How to compile MiNT 0.99 with PureC
  179.   -----------------------------------
  180.   
  181. ! Julian F. Reschke, 23. Januar 1993
  182.   email: julian@math.uni-muenster.de
  183.   
  184.   
  185. --- 1,7 ----
  186. ! How to compile MiNT 1.04 with PureC
  187.   -----------------------------------
  188.   
  189. ! Julian F. Reschke, 17. Maerz 1993
  190.   email: julian@math.uni-muenster.de
  191.   
  192.   
  193.